

html, body, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/** 设置默认字体 **/
h1, h2, h3, h4, h5, h6 { font-size: 100%; font-weight: normal;font-family: "Microsoft YaHei";}
p,span {font-family: "Microsoft YaHei";}
address, cite, dfn, em, var { font-style: normal; } /* 将斜体扶正 */
small { font-size: 12px; } /* 小于 12px 的中文很难阅读, 让 small 正常化 */
/** 重置列表元素 **/
ul, ol { list-style: none; }
/** 重置文本格式元素 **/


li {
	list-style: none;
  }
  img {
	border: none;
  }
  input,
  select,
  textarea {
	outline: none;
	border: none;
	resize: none;
	border: 0;
	/* 方法1 */
	-webkit-appearance: none;
	/* 方法2 */
  }
  a {
	color: #333;
	text-decoration: none;
  }
  a,
  a:hover,
  a:active,
  a:visited,
  a:link,
  a:focus,
  li:hover,
  li:active,
  ul {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-tap-highlight-color: transparent;
	outline: none;
	text-decoration: none !important;
  }
  input[type="submit"],
  input[type="reset"],
  input[type="button"] {
	-webkit-appearance: none;
  }
  /*ios系统中元素被触摸时产生的半透明灰色遮罩去掉*/
  a,
  button,
  input,
  textarea {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	/*-webkit-user-modify:read-write-plaintext-only; */
  }
  /*input type=number*/
  input::-webkit-outer-spin-button,
  input::-webkit-inner-spin-button {
	-webkit-appearance: none !important;
  }
  
sup { vertical-align: text-top; } /* 重置, 减少对行高的影响 */
sub { vertical-align: text-bottom; }
/** 重置表单元素 **/
legend { color: #000; } /* for ie6 */
fieldset, img { border: 0; } /* img 搭车：让链接里的 img 无边框 */
button, input, select, textarea { font-size: 100%; } /* 使得表单元素在 ie 下能继承字体大小 */
/* 注：optgroup 无法扶正 */
/** 重置表格元素 **/
table { border-collapse: collapse; border-spacing: 0; }
/* 重置 HTML5 元素 */
article, aside, details, figcaption, figure, footer,header, hgroup, menu, nav, section,
summary, time, mark, audio, video {
    display: block;
    margin: 0;
    padding: 0;
}
mark { background: #ff0; }
input{ font-size:12px; font-family: "Microsoft YaHei";color: #cbcbcb;}
p{
	text-decoration: none;
}
img{vertical-align: middle;}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
  }
